*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Fri, 14 Jul 2006 22:12:39 +0000 (22:12 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 14 Jul 2006 22:12:39 +0000 (22:12 +0000)
lisp/ChangeLog

index 1041d0b5f0d81d1eb061afa51c4cbc8d3f2e0a08..7cd5976a36d321fc9a84d60cd8b6874ba6468a2b 100644 (file)
@@ -1,3 +1,14 @@
+2006-07-14  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el (cua-delete-selection)
+       (cua-toggle-set-mark): New defcustoms.
+       (cua-rectangle-modifier-key): Add `alt' modifier.
+       (cua-replace-region): Don't delete if cua-delete-selection is nil.
+       (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
+       Suggested by Klaus Zeitler <kzeitler@lucent.com>.
+
+       * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
+
 2006-07-14  Ken Manheimer  <ken.manheimer@gmail.com>
 
        * allout.el: Require 'cl during byte-compilation/interactive load,